@brief Read a file on any format natively supported by the library @ingroup file
@param fname file name @param delsys Delivery system, as specified by enum fe_delivery_system @param format Name of the format to be read
@return It returns a pointer to struct dvb_file describing the entries that were read from the file. If it fails, NULL is returned.
See Implementation
@brief Read a file on any format natively supported by the library @ingroup file
@param fname file name @param delsys Delivery system, as specified by enum fe_delivery_system @param format Name of the format to be read
@return It returns a pointer to struct dvb_file describing the entries that were read from the file. If it fails, NULL is returned.